File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
45+ uses : github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
5353 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454 # If this step fails, then you should remove it and run the build manually (see below)
5555 - name : Autobuild
56- uses : github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
56+ uses : github/codeql-action/autobuild@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
5757
5858 # ℹ️ Command-line programs to run using the OS shell.
5959 # 📚 https://git.io/JvXDl
6767 # make release
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
70+ uses : github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
1818 - name : artifactPrepareVersion
19- uses : SAP/project-piper-action@ca6d6ccb79a0a21fdf542ab2a2390cd9c2f1e34f # v1.22.5
19+ uses : SAP/project-piper-action@ca48370543326759ffae83317559b3c0b59705fe # v1.22.6
2020 with :
2121 step-name : artifactPrepareVersion
2222 flags : --versioningType cloud_noTag
2323
2424 - name : detectExecuteScan
25- uses : SAP/project-piper-action@ca6d6ccb79a0a21fdf542ab2a2390cd9c2f1e34f # v1.22.5
25+ uses : SAP/project-piper-action@ca48370543326759ffae83317559b3c0b59705fe # v1.22.6
2626 with :
2727 step-name : detectExecuteScan
2828 flags : ' --token ${{ secrets.DETECT_TOKEN }}'
You can’t perform that action at this time.
0 commit comments