File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # pin@v3.28.5
47+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # pin@v3.28.8
4848 with :
4949 languages : ${{ matrix.language }}
5050 # If you wish to specify custom queries, you can do so here or in a config file.
5555 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656 # If this step fails, then you should remove it and run the build manually (see below)
5757 - name : Autobuild
58- uses : github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # pin@v3.28.5
58+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # pin@v3.28.8
5959
6060 # ℹ️ Command-line programs to run using the OS shell.
6161 # 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
6666 # make bootstrap
6767 # make release
6868 - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # pin@v3.28.5
69+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # pin@v3.28.8
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Get auth token
2121 id : token
22- uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
22+ uses : actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
2323 with :
2424 app-id : ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2525 private-key : ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments