Skip to content

Commit

Permalink
ci(deps): update github actions dependencies (#128)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 8, 2023
1 parent a34c2de commit 32e99d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
yarn test
- name: SonarCloud Scan ☁️
uses: sonarsource/sonarcloud-github-action@v2.0.2
uses: sonarsource/sonarcloud-github-action@v2.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on:

jobs:
pull-request:
uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@4d581043d6d27f40d92d115f0f46ee7df2e23713
uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request.yml@6be909615659f8365d0c0d2de0813b2f9b5b16c3
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:

jobs:
scheduled:
uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@4d581043d6d27f40d92d115f0f46ee7df2e23713
uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@6be909615659f8365d0c0d2de0813b2f9b5b16c3

0 comments on commit 32e99d0

Please sign in to comment.