2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
23+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
36+ uses : github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
44+ uses : github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
58+ uses : github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
0 commit comments