Skip to content

Commit

Permalink
fix: Fix unauthorized api for logged in user [DEV-3870] (#534)
Browse files Browse the repository at this point in the history
* fix: Fix unauthorized api for logged in user

* Upgrade workflows

* Super Linter rollback

* Remove skipAuthentication

* package lock

---------

Co-authored-by: Ankur Banerjee <[email protected]>
  • Loading branch information
DaevMithran and ankurdotb authored Apr 29, 2024
1 parent 9565890 commit dc0fc8a
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 426 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0 # Required to fetch version

- name: Run Super Linter
uses: github/super-linter/slim@v5
uses: super-linter/super-linter/slim@v5
env:
IGNORE_GITIGNORED_FILES: true
DEFAULT_BRANCH: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: amannn/action-semantic-pull-request@v5.4.0
- uses: amannn/action-semantic-pull-request@v5.5.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
Loading

0 comments on commit dc0fc8a

Please sign in to comment.