Skip to content

Commit b1ba86a

Browse files
authored
Merge pull request #100 from petermcd/update-cicd
Updated github actions
2 parents 30c8dd7 + 5cab93c commit b1ba86a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- 'python'
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
28+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@16df4fbc19aea13d921737861d6c622bf3cefe23
3131
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2020
with:
2121
fetch-depth: 0
2222
- name: Install uv
23-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
23+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: UV Build

.github/workflows/uv.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- "3.11"
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2323
with:
2424
fetch-depth: 0
2525
- name: Install uv
26-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
26+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Set up Python
@@ -39,7 +39,7 @@ jobs:
3939
#- name: Troml
4040
# run: uv run troml check
4141
- name: Run SonarQube
42-
uses: sonarsource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602
42+
uses: sonarsource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
4343
env:
4444
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4545
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)