There was an error while loading. Please reload this page.
1 parent 34f560a commit 8f17148Copy full SHA for 8f17148
1 file changed
.github/workflows/sonarqube-scan.yaml
@@ -17,12 +17,12 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout code
20
- uses: actions/checkout@v3
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
21
with:
22
fetch-depth: 0
23
24
- name: Set up Node.js
25
- uses: actions/setup-node@v2
+ uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2
26
27
node-version: 16
28
0 commit comments