Skip to content

Commit 8f17148

Browse files
committed
chore: pin GitHub Actions to commit SHAs
1 parent 34f560a commit 8f17148

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarqube-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2121
with:
2222
fetch-depth: 0
2323

2424
- name: Set up Node.js
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2
2626
with:
2727
node-version: 16
2828

0 commit comments

Comments
 (0)