Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and paulfantom committed May 9, 2022
1 parent b9eae0d commit 3638e21
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
default: 'ghcr.io/timescale/dev_promscale_extension:develop-ts2'

env:
golang-version: 1.18.0
golang-version: 1.18.1

jobs:
pick_docker_image:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
branches: ['**']

env:
golang-version: 1.18.0
goreleaser-version: v1.7.0
golang-version: 1.18.1
goreleaser-version: v1.8.3

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- cron: "6 0 * * *"

env:
golang-version: 1.18.0
golang-version: 1.18.1

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
branches: ['**']

env:
golang-version: 1.18.0
golangci-lint-version: v1.45.0
golang-version: 1.18.1
golangci-lint-version: v1.46.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.10.0
uses: securego/gosec@v2.11.0
with:
args: -exclude-dir=pkg/promql -exclude-dir=pkg/prompb -exclude-dir=migration-tool ./...
6 changes: 3 additions & 3 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [master, main, force_test, release-*]

env:
helm-version: v3.8.1
helm-version: v3.8.2

jobs:
generate:
Expand All @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v2.0
uses: azure/setup-helm@v2.1
with:
version: ${{ env.helm-version }}

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v2.0
uses: azure/setup-helm@v2.1
with:
version: ${{ env.helm-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches: [master, main, force_test, release-*]

env:
golang-version: 1.18.0
golang-version: 1.18.1

jobs:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mixin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'docs/mixin/**'

env:
golang-version: 1.18.0
golang-version: 1.18.1

defaults:
run:
Expand Down

0 comments on commit 3638e21

Please sign in to comment.