2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
23+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2424 with :
2525 # We must fetch at least the immediate parents so that if this is
2626 # a pull request then we can checkout the head.
@@ -33,15 +33,15 @@ jobs:
3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
36+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
3737 # Override language selection by uncommenting this and choosing your languages
3838 # with:
3939 # languages: go, javascript, csharp, python, cpp, java
4040
4141 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4242 # If this step fails, then you should remove it and run the build manually (see below)
4343 - name : Autobuild
44- uses : github/codeql-action/autobuild@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
44+ uses : github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4545
4646 # ℹ️ Command-line programs to run using the OS shell.
4747 # 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5555 # make release
5656
5757 - name : Perform CodeQL Analysis
58- uses : github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
58+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
0 commit comments