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@6bb031afdd8eb862ea3fc1848194185e076637e5 # pin@v3.28.11
47+ uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # pin@v3.28.12
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # pin@v3.28.11
58+ uses : github/codeql-action/autobuild@5f8171a638ada777af81d42b55959a643bb29017 # pin@v3.28.12
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # pin@v3.28.11
69+ uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # pin@v3.28.12
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@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
22+ uses : actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
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