Skip to content

Commit

Permalink
Merge pull request #947 from navikt/dependabot/github_actions/all-12b…
Browse files Browse the repository at this point in the history
…b5dddb9

Bump the all group with 2 updates
  • Loading branch information
akgagnat authored Jan 8, 2024
2 parents 3bdd3a9 + 6b8a672 commit 2e4448e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alert-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy to preprod
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-gcp
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy to prod
uses: nais/deploy/actions/deploy@v1
uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-gcp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
steps:
- uses: 'actions/checkout@v4'
- name: 'Deploy to PROD'
uses: 'nais/deploy/actions/deploy@v1'
uses: 'nais/deploy/actions/deploy@v2'
env:
APIKEY: '${{ secrets.NAIS_DEPLOY_APIKEY }}'
CLUSTER: 'prod-gcp'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,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@v2
uses: github/codeql-action/autobuild@v3

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- uses: 'actions/checkout@v4'
- name: 'Deploy to preprod'
uses: 'nais/deploy/actions/deploy@v1'
uses: 'nais/deploy/actions/deploy@v2'
env:
APIKEY: '${{ secrets.NAIS_DEPLOY_APIKEY }}'
CLUSTER: 'dev-gcp'
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- uses: 'actions/checkout@v4'
- name: 'Deploy to preprod'
uses: 'nais/deploy/actions/deploy@v1'
uses: 'nais/deploy/actions/deploy@v2'
env:
APIKEY: '${{ secrets.NAIS_DEPLOY_APIKEY }}'
CLUSTER: 'dev-gcp'
Expand Down

0 comments on commit 2e4448e

Please sign in to comment.