File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 runs-on : ubuntu-latest
1313 timeout-minutes : 15
1414 steps :
15- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
15+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1616 name : Checkout code
1717 with :
1818 persist-credentials : false
1919
2020 - name : Install pnpm
21- uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
21+ uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
2222 with :
2323 package_json_file : ./frontend/package.json
2424
6161 pull-requests : read
6262 id-token : write # For Codecov upload
6363 steps :
64- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
64+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6565 name : Checkout code
6666 with :
6767 persist-credentials : false
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
34+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3535 with :
3636 persist-credentials : false
3737
4444 cache-dependency-path : backend/go.sum
4545
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
47+ uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4848 with :
4949 languages : ${{ matrix.language }}
5050 build-mode : ${{ matrix.build-mode }}
5858 CGO_ENABLED : 1
5959
6060 - name : Perform CodeQL Analysis
61- uses : github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
61+ uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6262 with :
6363 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 timeout-minutes : 15
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
15+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1616 with :
1717 persist-credentials : false
1818
1919 - name : Install pnpm
20- uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
20+ uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
2121 with :
2222 package_json_file : ./frontend/package.json
2323
Original file line number Diff line number Diff line change 6060 base_image : gcr.io/distroless/base-nossl-debian13:latest
6161 steps :
6262 - name : Checkout
63- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
63+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6464 with :
6565 persist-credentials : false
6666
Original file line number Diff line number Diff line change 1414 security-events : write # Required to upload results as security events
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
17+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1818 with :
1919 persist-credentials : false
2020
Original file line number Diff line number Diff line change 1- FROM golang:1.26.3 -trixie AS builder
1+ FROM golang:1.26.4 -trixie AS builder
22
33ARG VERSION=dev
44ARG COMMIT=none
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ module github.com/OrcaCD/orca-cd
33go 1.26.1
44
55require (
6- charm.land/lipgloss/v2 v2.0.3
6+ charm.land/lipgloss/v2 v2.0.4
77 github.com/aegis-aead/go-libaegis v0.2.14
88 github.com/alexedwards/argon2id v1.0.1-0.20251028180742-493d7dead70e
99 github.com/coreos/go-oidc/v3 v3.18.0
10- github.com/docker/cli v29.5.2 +incompatible
10+ github.com/docker/cli v29.5.3 +incompatible
1111 github.com/docker/compose/v5 v5.1.4
1212 github.com/gin-gonic/gin v1.12.0
1313 github.com/go-jose/go-jose/v4 v4.1.4
Original file line number Diff line number Diff line change 1- charm.land/lipgloss/v2 v2.0.3 h1:yM2zJ4Cf5Y51b7RHIwioil4ApI/aypFXXVHSwlM6RzU =
2- charm.land/lipgloss/v2 v2.0.3 /go.mod h1:7myLU9iG/3xluAWzpY/fSxYYHCgoKTie7laxk6ATwXA =
1+ charm.land/lipgloss/v2 v2.0.4 h1:lcPeVtcp23SNra7lHy8iYE4UC2aIipVQ47sbGyyxR5Q =
2+ charm.land/lipgloss/v2 v2.0.4 /go.mod h1:0653x8epbZSzdDfO/XPS1a/uYPOBeSsCssOpJOqDzik =
33cyphar.com/go-pathrs v0.2.1 h1:9nx1vOgwVvX1mNBWDu93+vaceedpbsDqo+XuBGL40b8 =
44cyphar.com/go-pathrs v0.2.1 /go.mod h1:y8f1EMG7r+hCuFf/rXsKqMJrJAUoADZGNh5/vZPKcGc =
55github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 h1:He8afgbRMd7mFxO99hRNu+6tazq8nFF9lIwo9JFroBk =
@@ -120,8 +120,8 @@ github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxK
120120github.com/dlclark/regexp2 v1.11.0 /go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8 =
121121github.com/docker/buildx v0.33.0 h1:xuZeuQe/C/2tvLDgiIA6+Ynq3FFWSfsGNWIHM3q1hD8 =
122122github.com/docker/buildx v0.33.0 /go.mod h1:7JVma62htERKE5iy5YD1q64PKiAHUzXuhSBd4oq3I74 =
123- github.com/docker/cli v29.5.2 +incompatible h1:ubykJ1Y8LmNRGJ2BuMQ0kHOt/RO1YzGNswqWMJgivuQ =
124- github.com/docker/cli v29.5.2 +incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
123+ github.com/docker/cli v29.5.3 +incompatible h1:nbEFfz774vBwQ5KRYv7c/AghjReqnGISvrRhzjV0evs =
124+ github.com/docker/cli v29.5.3 +incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
125125github.com/docker/compose/v5 v5.1.4 h1:72mGZplTVlbq6JxxhCW/bX2o1h+tT8mwt7mc+QtmA6o =
126126github.com/docker/compose/v5 v5.1.4 /go.mod h1:ImZiWTwIFm7BziHjX2MZVzwOiIkClXRzv+rkU18lQoc =
127127github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
Original file line number Diff line number Diff line change 88 "install:browsers" : " playwright install"
99 },
1010 "devDependencies" : {
11- "@playwright/test" : " ^1.60 .0" ,
12- "@types/node" : " ^25.9.1 " ,
11+ "@playwright/test" : " ^1.61 .0" ,
12+ "@types/node" : " ^25.9.3 " ,
1313 "typescript" : " ^6.0.3"
1414 },
1515 "engines" : {
1616 "node" : " >=24.0.0"
1717 },
18- "packageManager" : " pnpm@11.1.1 "
18+ "packageManager" : " pnpm@11.8.0 "
1919}
You can’t perform that action at this time.
0 commit comments