Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/maint-27/github-actions-6f77e…
Browse files Browse the repository at this point in the history
…0feb0' into maint-27

* dependabot/github_actions/maint-27/github-actions-6f77e0feb0:
  build(deps): bump the github-actions group across 1 directory with 2 updates
  • Loading branch information
garazdawi committed Feb 20, 2025
2 parents fc23816 + cc8dd0a commit 7ce8666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # ratchet:actions/[email protected].3
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # ratchet:actions/[email protected].5
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PEM }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
if: ${{ !cancelled() }}
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # ratchet:github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # ratchet:github/codeql-action/upload-sarif@v3
with:
sarif_file: "SARIF file/results.sarif"

0 comments on commit 7ce8666

Please sign in to comment.