Skip to content

Commit bff261a

Browse files
chore(deps): update github actions updates (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 467d556 commit bff261a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: "pre-commit"
88
runs-on: ubuntu-24.04-large
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

Lines changed: 1 addition & 1 deletion
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@f42df91661e3f3e6d81d92e86c88edd073dc1264 # 5.12.0
1515
with:
1616
publishToNpmJS: true
1717
skipJavascriptReleasabilityChecks: true

.github/workflows/slack_notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Send Slack Notification
1919
env:
2020
GITHUB_TOKEN: ${{ github.token }}
21-
uses: SonarSource/gh-action_slack-notify@v1
21+
uses: SonarSource/gh-action_slack-notify@1.0.1
2222
with:
2323
slackChannel: squad-dev-infra-github

0 commit comments

Comments
 (0)