Skip to content

Commit 4b7c790

Browse files
Pin dependencies
1 parent 5c688e8 commit 4b7c790

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
id-token: write
2121
contents: write
2222
steps:
23-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
23+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2424
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
2525
with:
2626
version: 2025.7.12
27-
- uses: SonarSource/ci-github-actions/build-maven@v1
27+
- uses: SonarSource/ci-github-actions/build-maven@bd290e4d6410d7ea2b523f9556a413ad6b96aeae # 1.5.2
2828
with:
2929
deploy-pull-request: true
3030
artifactory-reader-role: private-reader
@@ -41,9 +41,9 @@ jobs:
4141
id-token: write
4242
contents: write
4343
steps:
44-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
44+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4545
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
4646
with:
4747
version: 2025.7.12
4848
cache_save: false
49-
- uses: SonarSource/ci-github-actions/promote@v1
49+
- uses: SonarSource/ci-github-actions/promote@bd290e4d6410d7ea2b523f9556a413ad6b96aeae # 1.5.2

.github/workflows/pr-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
permissions:
1111
actions: write
1212
steps:
13-
- uses: SonarSource/ci-github-actions/pr_cleanup@v1
13+
- uses: SonarSource/ci-github-actions/pr_cleanup@bd290e4d6410d7ea2b523f9556a413ad6b96aeae # 1.5.2

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: "pre-commit"
99
runs-on: github-ubuntu-latest-s
1010
steps:
11-
- uses: SonarSource/gh-action_pre-commit@0ecedc4e4070444a95f6b6714ddc3ebcdde697c4 # 1.1.0
11+
- uses: SonarSource/gh-action_pre-commit@2ddc0c7fdabce0adfaaa4075a17690972ed9961a # 1.2.0
1212
with:
1313
extra-args: >
1414
--from-ref=origin/${{ github.event.pull_request.base.ref }}

.github/workflows/releasability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
contents: read
2121
if: github.event.workflow_run.conclusion == 'success'
2222
steps:
23-
- uses: SonarSource/gh-action_releasability/releasability-status@v3
23+
- uses: SonarSource/gh-action_releasability/releasability-status@52f09917764eac5a80045d103bfa91e7eaf0c8d6 # 3.0.5
2424
env:
2525
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
id-token: write
1616
contents: write
17-
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v7
17+
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@4417d62d874a2a2fcac6e4bc5bec9a7f93e18cd1 # 7.3.0
1818
with:
1919
version: ${{ inputs.version }}
2020
publishToBinaries: false

0 commit comments

Comments
 (0)