Skip to content

Commit 14b126f

Browse files
authored
Merge pull request #12 from NHSDigital/mm-odin-269-sonar-action-fixes
odin-269: explicit hashes on more actions
2 parents 81b0c2b + d071a47 commit 14b126f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/actions/build-common/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
5252
- name: Install tools from asdf config
5353
if: ${{ hashFiles('**/.tool-versions') }}
54-
uses: ai/asdf-cache-action@v1
54+
uses: ai/asdf-cache-action@d74eacf1ff3bb69ce232d6147c88704a9668db3a
5555

5656
- name: cache virtualenv
5757
uses: actions/cache@v4

.github/actions/sonar-properties/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ runs:
4343
fi
4444
done
4545
fi
46+
47+
- name: cat sonar-project.properties
48+
shell: bash
49+
run: |
50+
cat sonar-project.properties

.github/workflows/merge-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "version=${version}" >> "$GITHUB_OUTPUT"
6060
6161
- name: install poetry
62-
uses: snok/install-poetry@v1
62+
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
6363
with:
6464
version: ${{ steps.poetry-version.outputs.version }}
6565
plugins: poetry-dynamic-versioning

0 commit comments

Comments
 (0)