File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3838 uses : actions/checkout@v5
3939
4040 - name : Initialize CodeQL
41- uses : github/codeql-action/init@v3
41+ uses : github/codeql-action/init@v4
4242 with :
4343 languages : ${{ matrix.language }}
4444 build-mode : ${{ matrix.build-mode }}
@@ -52,13 +52,13 @@ jobs:
5252 threat-models: [ ]
5353 - name : Setup proxy for registries
5454 id : proxy
55- uses : github/codeql-action/start-proxy@v3
55+ uses : github/codeql-action/start-proxy@v4
5656 with :
5757 registries_credentials : ${{ secrets.GITHUB_REGISTRIES_PROXY }}
5858 language : ${{ matrix.language }}
5959
6060 - name : Configure
61- uses : github/codeql-action/resolve-environment@v3
61+ uses : github/codeql-action/resolve-environment@v4
6262 id : resolve-environment
6363 with :
6464 language : ${{ matrix.language }}
@@ -70,10 +70,10 @@ jobs:
7070 cache : false
7171
7272 - name : Autobuild
73- uses : github/codeql-action/autobuild@v3
73+ uses : github/codeql-action/autobuild@v4
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@v3
76+ uses : github/codeql-action/analyze@v4
7777 env :
7878 CODEQL_PROXY_HOST : ${{ steps.proxy.outputs.proxy_host }}
7979 CODEQL_PROXY_PORT : ${{ steps.proxy.outputs.proxy_port }}
Original file line number Diff line number Diff line change 4646 # https://github.com/sigstore/cosign-installer
4747 - name : Install cosign
4848 if : github.event_name != 'pull_request'
49- uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10 .0
49+ uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
5050 with :
5151 cosign-release : " v2.2.4"
5252
Original file line number Diff line number Diff line change 1- FROM golang:1.25.1 -alpine AS build
1+ FROM golang:1.25.3 -alpine AS build
22ARG VERSION="dev"
33
44# Set the working directory
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ func init() {
100100func initConfig () {
101101 // Initialize Viper configuration
102102 viper .SetEnvPrefix ("github" )
103+ viper .SetEnvKeyReplacer (strings .NewReplacer ("-" , "_" ))
103104 viper .AutomaticEnv ()
104105
105106}
You can’t perform that action at this time.
0 commit comments