Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent 4debbc0 commit 68e8537
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3
uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -58,7 +58,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3
uses: github/codeql-action/autobuild@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -72,4 +72,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3
uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/docker/go-units v0.5.0
github.com/gin-gonic/gin v1.9.1
github.com/go-vela/sdk-go v0.23.0-rc2
github.com/go-vela/server v0.23.0-rc2
github.com/go-vela/server v0.23.0-rc3
github.com/go-vela/types v0.23.0-rc2
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/google/go-cmp v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEe
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
github.com/go-vela/sdk-go v0.23.0-rc2 h1:T81OScbXpnuQ3dHpK3L8yYBVTBO9Rc4Mz4Ij24vMBi4=
github.com/go-vela/sdk-go v0.23.0-rc2/go.mod h1:CVok0CRbE1cG4x2gkV9Uarpwscs/A3+Fi/gkizz7ldg=
github.com/go-vela/server v0.23.0-rc2 h1:gJ2cJrN26KRiFhbMLhDAwj6VM1l7fGPS9FWboZbgwaw=
github.com/go-vela/server v0.23.0-rc2/go.mod h1:7ETIggy+sEXUqdNtCQOFOKtQBzerzZkuNh4AIBOCpZ0=
github.com/go-vela/server v0.23.0-rc3 h1:L7J/Ikp0d8w7yNMmfZGJ4HI0bSPLwmnTb0UEKk+Bj6U=
github.com/go-vela/server v0.23.0-rc3/go.mod h1:7ETIggy+sEXUqdNtCQOFOKtQBzerzZkuNh4AIBOCpZ0=
github.com/go-vela/types v0.23.0-rc2 h1:yLWrdjS2212WBSqR5owhS3iNW5FHT9kG41slXPqJ3uM=
github.com/go-vela/types v0.23.0-rc2/go.mod h1:AAqgxIw1aRBgPkE/5juGuiwh/JZuOtL8fcPaEkjFWwQ=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
Expand Down

0 comments on commit 68e8537

Please sign in to comment.