Skip to content

Commit b7876e7

Browse files
committed
Add zizmor-fix
Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com>
1 parent 36e42ea commit b7876e7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/boot_tester.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ jobs:
5353
fail-fast: false # Continue testing other images even if one fails
5454
steps:
5555
- name: Checkout code
56-
uses: actions/checkout@v6.0.2
56+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
5757
with:
5858
persist-credentials: false
5959

6060
- name: Set up Docker Buildx
61-
uses: docker/setup-buildx-action@v3
61+
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 #v3.0.0
6262

6363
- name: Install Earthly
64-
uses: earthly/actions-setup@v1
64+
uses: earthly/actions-setup@ee3f29b7334bcd54efbe129d3321f600ee0c8567 #v1.0.0
6565
with:
6666
github-token: ${{ secrets.GITHUB_TOKEN }}
6767
version: "latest" # or pin to a specific version like "v0.8.0"
@@ -72,7 +72,7 @@ jobs:
7272
sudo apt-get install -y qemu-system-x86 ovmf tree jq systemd-ukify mmdebstrap systemd-boot
7373
7474
- name: Set up Go
75-
uses: actions/setup-go@v6
75+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 #v6.0.0
7676
with:
7777
go-version: stable # or a pinned version you know exists
7878

.github/workflows/gitleak-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
gitleaks:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6.0.2
12+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
1313
with:
1414
persist-credentials: true
1515
- name: Run Gitleaks scan

.github/workflows/go-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v6.0.2
26+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
2727
with:
2828
persist-credentials: false
2929

@@ -34,7 +34,7 @@ jobs:
3434
update-ca-certificates
3535
3636
- name: Set up Go
37-
uses: actions/setup-go@v6
37+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 #v6.0.0
3838
with:
3939
go-version: '1.24'
4040

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
trivy:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v6.0.2
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
2424
with:
2525
persist-credentials: true
2626
- name: Run Trivy scan

.github/workflows/unit-test-and-coverage-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v6.0.2
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
3333
with:
3434
fetch-depth: 0
3535
persist-credentials: false
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Upload coverage artifacts
7878
if: always()
79-
uses: actions/upload-artifact@v6
79+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0
8080
with:
8181
name: coverage-${{ github.run_id }}
8282
path: |

0 commit comments

Comments
 (0)