Skip to content

Commit 9f43bde

Browse files
committed
chore(deps): replace commit ids by tags
1 parent ff367b3 commit 9f43bde

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-FileCopyrightText: 2024 Stichting Health-RI
2+
# SPDX-FileContributor: 2024 PNED G.I.E.
23
#
34
# SPDX-License-Identifier: AGPL-3.0-only
45

@@ -18,9 +19,8 @@ jobs:
1819
contents: read
1920
steps:
2021
- uses: actions/checkout@v4
21-
- uses: oss-review-toolkit/ort-ci-github-action@81698a977ebcf51bb3d6ef5c6a04220cf60d3bde
22+
- uses: oss-review-toolkit/ort-ci-github-action@v1
2223
with:
2324
allow-dynamic-versions: "true"
2425
fail-on: "issues"
2526
run: "cache-dependencies,cache-scan-results,labels,analyzer,evaluator,advisor,reporter,upload-results"
26-

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-FileCopyrightText: 2024 Stichting Health-RI
2+
# SPDX-FileContributor: 2024 PNED G.I.E.
23
#
34
# SPDX-License-Identifier: Apache-2.0
45

@@ -16,8 +17,8 @@ jobs:
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@v4
19-
- uses: oss-review-toolkit/ort-ci-github-action@81698a977ebcf51bb3d6ef5c6a04220cf60d3bde
20+
- uses: oss-review-toolkit/ort-ci-github-action@v1
2021
with:
2122
allow-dynamic-versions: "true"
2223
fail-on: "issues"
23-
run: "cache-dependencies,cache-scan-results,labels,analyzer,evaluator,advisor,reporter,upload-results"
24+
run: "cache-dependencies,cache-scan-results,labels,analyzer,evaluator,advisor,reporter,upload-results"

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-FileCopyrightText: 2024 Stichting Health-RI
2+
# SPDX-FileContributor: 2024 PNED G.I.E.
23
#
34
# SPDX-License-Identifier: AGPL-3.0-only
45

@@ -59,7 +60,7 @@ jobs:
5960
- name: Generate coverage report
6061
run: coverage xml -o coverage.xml
6162
- name: SonarCloud Scan
62-
uses: sonarsource/sonarcloud-github-action@master
63+
uses: sonarsource/sonarcloud-github-action@v2
6364
env:
6465
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6566
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)