File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments