Skip to content

Commit 7d93db1

Browse files
committed
Update workflows.
1 parent 2bd411e commit 7d93db1

9 files changed

+30
-3
lines changed

.github/workflows/deploy.linux.temurin.lts.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
push:
1212
tags: [ com.io7m.quixote-* ]
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
build:
1619
runs-on: ubuntu-latest
@@ -34,7 +37,7 @@ jobs:
3437
run: echo "${PGP_SIGNING_KEY}" | gpg -v --import
3538

3639
- name: Log in to Quay.io.
37-
uses: redhat-actions/podman-login@v1.7
40+
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603
3841
with:
3942
username: ${{ secrets.QUAY_IO_USERNAME }}
4043
password: ${{ secrets.QUAY_IO_PASSWORD }}

.github/workflows/main.linux.temurin.current.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
push:
1212
branches: [ master, main, develop, feature/*, release/* ]
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
build:
1619
runs-on: ubuntu-latest

.github/workflows/main.linux.temurin.lts.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
push:
1212
branches: [ master, main, develop, feature/*, release/* ]
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
build:
1619
runs-on: ubuntu-latest
@@ -47,13 +50,13 @@ jobs:
4750
path: ./com.io7m.quixote.tests/target/surefire-reports
4851

4952
- name: Coverage
50-
uses: codecov/codecov-action@v5.4.2
53+
uses: codecov/codecov-action@525fcbf8a05e5933b1ef3c7885da8fd1d7231920
5154
with:
5255
token: ${{ secrets.CODECOV_TOKEN }}
5356
files: com.io7m.quixote.tests/target/site/jacoco-aggregate/jacoco.xml
5457

5558
- name: Log in to Quay.io.
56-
uses: redhat-actions/podman-login@v1.7
59+
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603
5760
with:
5861
username: ${{ secrets.QUAY_IO_USERNAME }}
5962
password: ${{ secrets.QUAY_IO_PASSWORD }}

.github/workflows/main.windows.temurin.current.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
push:
1212
branches: [ master, main, develop, feature/*, release/* ]
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
build:
1619
runs-on: windows-latest

.github/workflows/main.windows.temurin.lts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
push:
1212
branches: [ master, main, develop, feature/*, release/* ]
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
build:
1619
runs-on: windows-latest

.github/workflows/pr.linux.temurin.current.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
pull_request:
1212
branches: [ master, main, develop, feature/*, release/* ]
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
build:
1619
runs-on: ubuntu-latest

.github/workflows/pr.linux.temurin.lts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
pull_request:
1212
branches: [ master, main, develop, feature/*, release/* ]
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
build:
1619
runs-on: ubuntu-latest

.github/workflows/pr.windows.temurin.current.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
pull_request:
1212
branches: [ master, main, develop, feature/*, release/* ]
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
build:
1619
runs-on: windows-latest

.github/workflows/pr.windows.temurin.lts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
pull_request:
1212
branches: [ master, main, develop, feature/*, release/* ]
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
build:
1619
runs-on: windows-latest

0 commit comments

Comments
 (0)