Skip to content

Commit c422d69

Browse files
⬆️ deps(github-actions): pin dependencies
1 parent 03f6eac commit c422d69

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version-file: "./go.mod"
2525
- name: 🔎 golangci-lint
26-
uses: outscale/goutils/.github/actions/lint@main
26+
uses: outscale/goutils/.github/actions/lint@8a4f7b08b35c0c071190ecca48362a3c3cd5a190 # main
2727
- name: 🔎 Run make build
2828
run: make build
2929
shell: bash

.github/workflows/cred-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
- name: Scan credentials
16-
uses: outscale/cred-scan@main
16+
uses: outscale/cred-scan@36ef82cc690d72a17bf0993ab323961f1b1f9c66 # main
1717
with:
1818
scan_path: "./"

.github/workflows/github-sanity-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
- name: Github sanity scanner
16-
uses: outscale/github-sanity-scan@main
16+
uses: outscale/github-sanity-scan@380a9927b4be45d9c4f6f66a4e8dfd7cf7b18513 # main
1717
with:
1818
no-pull-request-target: true

0 commit comments

Comments
 (0)