File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 egress-policy : audit
4242
43- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
43+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444 with :
4545 submodules : ' true'
4646 # If Clang 17, install a newer version of libc++ and libc++abi.
@@ -132,7 +132,7 @@ jobs:
132132 with :
133133 egress-policy : audit
134134
135- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
135+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
136136 - name : Create issue
137137 run : |
138138 issue_num=$(gh issue list -s open -S "[SCHEDULED-BUILD] Build & Test failure" -L 1 --json number | jq 'if length == 0 then -1 else .[0].number end')
Original file line number Diff line number Diff line change 6464 egress-policy : audit
6565
6666 - name : Checkout repository
67- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
67+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6868 with :
6969 persist-credentials : false
7070
7777
7878 # Initializes the CodeQL tools for scanning.
7979 - name : Initialize CodeQL
80- uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
80+ uses : github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
8181 with :
8282 languages : ${{ matrix.language }}
8383 build-mode : ${{ matrix.build-mode }}
@@ -105,6 +105,6 @@ jobs:
105105 exit 1
106106
107107 - name : Perform CodeQL Analysis
108- uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
108+ uses : github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
109109 with :
110110 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2727 egress-policy : audit
2828
2929 - name : " Checkout code"
30- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131 with :
3232 persist-credentials : false
3333
5656 # Upload the results to GitHub's code scanning dashboard (optional).
5757 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5858 - name : " Upload to code-scanning"
59- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
59+ uses : github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
6060 with :
6161 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 egress-policy : audit
2525
2626 - name : Checkout repository
27- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
2929 - name : Set up Python
30- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
30+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
3131 with :
3232 python-version : 3.13
3333
5555 egress-policy : audit
5656
5757 - name : Checkout repository
58- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
58+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5959
6060 # pull_request_target checkout the base of the repo
6161 # We need to checkout the actual pr to lint the changes.
6565 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6666
6767 - name : Set up Python
68- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
68+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
6969 with :
7070 python-version : 3.13
7171
You can’t perform that action at this time.
0 commit comments