Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2023
1 parent cd3ee5f commit 5349a9f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- name: Initialize CodeQL
uses: github/codeql-action/init@d90b8d79de6dc1f58e83a1499aa58d6c93dc28de # v2.22.2
uses: github/codeql-action/init@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
with:
languages: "go"

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@d90b8d79de6dc1f58e83a1499aa58d6c93dc28de # v2.22.2
uses: github/codeql-action/analyze@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
with:
category: "/language:go"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/go@sha256:710343410266fb9c91c0769012a49f0da2f1a2b8bef8314ff61412212b459be2 AS builder
FROM cgr.dev/chainguard/go@sha256:0de8c7f5835e3f14a87b543a88263f98f20651b0530072cb1ab41ce9d523bb86 AS builder

WORKDIR /app
COPY . /app
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/arangodb/go-driver v1.6.0
github.com/gofiber/fiber/v2 v2.49.2
github.com/ortelius/scec-commons v0.1.15
github.com/ortelius/scec-commons v0.1.16
github.com/swaggo/swag v1.16.2
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ github.com/ortelius/scec-commons v0.1.11 h1:IoQbo+caXtguo5Ww18Nik9C84hAfBTWPpHQg
github.com/ortelius/scec-commons v0.1.11/go.mod h1:jAFseXh6H5t4ywn5bmadrvygU2F6fMTsFDOnjltA24M=
github.com/ortelius/scec-commons v0.1.15 h1:S5soV0tjLAeMPWm7j7kVVNVs+FS9oypkU/WJ+kNkWns=
github.com/ortelius/scec-commons v0.1.15/go.mod h1:UmCz0IAHxEO39LybIYIxyNuRZcFm/z+kPCJxdkVxBos=
github.com/ortelius/scec-commons v0.1.16 h1:C6ILcTT2fxgxm22vAHARCZ29GXIgpTC48aCU1HFrRII=
github.com/ortelius/scec-commons v0.1.16/go.mod h1:UmCz0IAHxEO39LybIYIxyNuRZcFm/z+kPCJxdkVxBos=
github.com/philhofer/fwd v1.1.1/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU=
github.com/philhofer/fwd v1.1.2/go.mod h1:qkPdfjR2SIEbspLqpe1tO4n5yICnr2DY7mqEx2tUTP0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit 5349a9f

Please sign in to comment.