Skip to content

Commit 8440d89

Browse files
chore(deps): update github actions updates
1 parent f0b036f commit 8440d89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: "pre-commit"
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: SonarSource/gh-action_pre-commit@fc9d73025994fd1c2b96d568c8c8a4af82a3ae21 # 1.0.6
10+
- uses: SonarSource/gh-action_pre-commit@3d5b503c1ce51d0f92665875b9bea716eff1e70f # 1.0.7
1111
with:
1212
extra-args: >
1313
--from-ref=origin/${{ github.event.pull_request.base.ref }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
release:
14-
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@34d8b20d125bfd58d124e84b007d3a18e61c358a # 5.10.4
14+
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@c656d07bb87d435d3a89610af32b33988daa0eff # 5.11.0
1515
with:
1616
publishToNpmJS: true
1717
skipJavascriptReleasabilityChecks: true

.github/workflows/slack_notify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
slack-notifications:
99
permissions:
1010
id-token: write # to authenticate via OIDC
11-
uses: SonarSource/gh-action_build-notify/.github/workflows/main.yaml@a7c8bbe47234f120817f1a0c80a15d1fc429fcf3 # 2.0.0
11+
uses: SonarSource/gh-action_build-notify/.github/workflows/main.yaml@4e96c8adc61581df626865d0be22396c7014c7c3 # 2.1.0
1212
with:
1313
slackChannel: squad-dev-infra-github

0 commit comments

Comments
 (0)