Skip to content

Commit 59de4bf

Browse files
committed
odin-269: use explicit shas for public github actions
1 parent 48d9d2b commit 59de4bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/merge-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: ./.github/actions/sonar-properties
3434

3535
- name: sonarqube scan
36-
uses: SonarSource/sonarqube-scan-action@v5.3.0
36+
uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9
3737
env:
3838
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3939

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: coverage comment
5353
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' && hashFiles('./reports/coverage.xml') && hashFiles('./reports/pytest-coverage.txt') }}
54-
uses: MishaKav/pytest-coverage-comment@main
54+
uses: MishaKav/pytest-coverage-comment@9638e4b1448019aba40c4aaaa1ade87a9f211aa1
5555
with:
5656
pytest-coverage-path: ./reports/pytest-coverage.txt
5757
pytest-xml-coverage-path: ./reports/coverage.xml
@@ -66,12 +66,12 @@ jobs:
6666
uses: ./.github/actions/sonar-properties
6767

6868
- name: sonarqube scan
69-
uses: SonarSource/sonarqube-scan-action@v5.3.0
69+
uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9
7070
env:
7171
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7272

7373
- name: publish test report
74-
uses: mikepenz/action-junit-report@v5
74+
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
7575
if: ${{ !cancelled() }}
7676
with:
7777
report_paths: 'reports/junit/*.xml'

0 commit comments

Comments
 (0)