Skip to content

Commit 108f442

Browse files
Update workflow references to use github-v1
Signed-off-by: David Luhmer <david-dev@live.de>
1 parent d475b77 commit 108f442

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/devguard-scanner.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656

5757
code-scanning:
58-
uses: l3montree-dev/devguard-ci-components/.github/workflows/code-scanning.yml@nix
58+
uses: l3montree-dev/devguard-ci-components/.github/workflows/code-scanning.yml@github-v1
5959
permissions:
6060
contents: read
6161
security-events: write
@@ -72,7 +72,7 @@ jobs:
7272

7373
api-pipeline:
7474
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
75-
uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@nix
75+
uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@github-v1
7676
permissions:
7777
contents: read
7878
packages: write
@@ -97,7 +97,7 @@ jobs:
9797
scanner-pipeline:
9898
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
9999
needs: [tests]
100-
uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@nix
100+
uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@github-v1
101101
permissions:
102102
contents: read
103103
packages: write
@@ -122,7 +122,7 @@ jobs:
122122

123123
postgresql-pipeline:
124124
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')
125-
uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@nix
125+
uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@github-v1
126126
permissions:
127127
contents: read
128128
packages: write

0 commit comments

Comments
 (0)