Skip to content

Commit cc94212

Browse files
committed
update deps, pin action deps
1 parent 90facbf commit cc94212

File tree

4 files changed

+255
-263
lines changed

4 files changed

+255
-263
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
- name: Analyze with SonarCloud
5353

5454
# You can pin the exact commit or the version.
55-
# uses: SonarSource/sonarcloud-github-action@v2.2.0
56-
uses: SonarSource/sonarqube-scan-action@v6.0.0
55+
# uses: SonarSource/sonarcloud-github-action@v7
56+
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 #pin to a specific commit v7
5757
env:
5858
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
5959
with:

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run build
3636

3737
- name: Run e2e tests
38-
uses: nick-fields/[email protected].0
38+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 pin
3939
with:
4040
max_attempts: 3
4141
retry_on: any

0 commit comments

Comments
 (0)