Skip to content

Commit fe425c4

Browse files
Copilotdata-douser
andauthored
Refresh pinned GitHub Actions to latest stable release SHAs (#50)
* Initial plan * Plan: upgrade pinned actions to latest stable SHAs Agent-Logs-Url: https://github.com/advanced-security/codeql-development-template/sessions/39367a91-1edf-4c15-8d71-f920cb90b7fe Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com> * Upgrade actions/cache v4→v5.0.5, install-qlt main→v0.0.26; ignore codeql-pack.lock.yml Agent-Logs-Url: https://github.com/advanced-security/codeql-development-template/sessions/39367a91-1edf-4c15-8d71-f920cb90b7fe Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
1 parent 0abee41 commit fe425c4

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/actions/setup-codeql-environment/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ runs:
101101
- name: Cache QLT and CodeQL packages
102102
id: cache-codeql
103103
if: inputs.install-codeql == 'true'
104-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
104+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
105105
with:
106106
path: |
107107
~/.qlt/packages
@@ -112,7 +112,7 @@ runs:
112112
113113
- name: Install QLT (CodeQL Development Toolkit)
114114
id: install-qlt
115-
uses: advanced-security/codeql-development-toolkit/.github/actions/install-qlt@da8bc39fd7dc759c8a528b7c2e7534675c06c62c # main
115+
uses: advanced-security/codeql-development-toolkit/.github/actions/install-qlt@177984f7fc369b131c844b3a50d8d1e9a8e5223b # v0.0.26
116116
with:
117117
qlt-version: "latest"
118118
add-to-path: true
@@ -435,7 +435,7 @@ runs:
435435
- name: Cache language runtimes
436436
id: cache-runtimes
437437
if: inputs.install-language-runtimes == 'true'
438-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
438+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
439439
with:
440440
path: |
441441
~/go/pkg/mod
@@ -493,7 +493,7 @@ runs:
493493
- name: Cache .NET packages
494494
if: inputs.install-language-runtimes == 'true' && contains(inputs.languages, 'csharp')
495495
id: cache-dotnet-packages
496-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
496+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
497497
with:
498498
path: |
499499
~/.nuget/packages
@@ -527,7 +527,7 @@ runs:
527527
- name: Cache C++ build tools
528528
if: inputs.install-language-runtimes == 'true' && contains(inputs.languages, 'cpp')
529529
id: cache-cpp-tools
530-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
530+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
531531
with:
532532
path: |
533533
~/.ccache

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ models-output.json
1010
*.testproj
1111
trap
1212

13+
# Generated by `codeql pack install` (not committed)
14+
codeql-pack.lock.yml
15+

0 commit comments

Comments
 (0)