@@ -43,15 +43,15 @@ jobs:
4343
4444 steps :
4545 - name : Harden Runner
46- uses : step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
46+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
4747 with :
4848 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
4949 - name : Checkout repository
50- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
50+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151
5252 # Initializes the CodeQL tools for scanning.
5353 - name : Initialize CodeQL
54- uses : github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9
54+ uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
5555 with :
5656 languages : ${{ matrix.language }}
5757 # If you wish to specify custom queries, you can do so here or in a config file.
6565 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6666 # If this step fails, then you should remove it and run the build manually (see below)
6767 - name : Autobuild
68- uses : github/codeql-action/autobuild@ddccb873888234080b77e9bc2d4764d5ccaaccf9
68+ uses : github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
6969
7070 # ℹ️ Command-line programs to run using the OS shell.
7171 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7878 # ./location_of_script_within_repo/buildscript.sh
7979
8080 - name : Perform CodeQL Analysis
81- uses : github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9
81+ uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
8282 with :
8383 category : " /language:${{matrix.language}}"
0 commit comments