Skip to content

Commit

Permalink
fix: up gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Nov 12, 2024
1 parent bd1e616 commit faabd02
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-custom-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/kontinuous/.github/actions/deploy-via-github@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/kontinuous/.github/actions/deploy-via-github@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-deactivate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/kontinuous/.github/actions/deploy-via-github@v1
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/kontinuous/.github/actions/deploy-via-github@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-preproduction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
manifests-images: ${{ steps.deployment-ending.outputs.manifests-images }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/workflows/actions/deployment-starting@v1
id: deployment-starting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
manifests-images: ${{ steps.deployment-ending.outputs.manifests-images }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/workflows/actions/deployment-starting@v1
id: deployment-starting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-review-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
manifests-images: ${{ steps.deployment-ending.outputs.manifests-images }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/workflows/actions/deployment-starting@v1
id: deployment-starting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
manifests-images: ${{ steps.deployment-ending.outputs.manifests-images }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/workflows/actions/deployment-starting@v1
id: deployment-starting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-with-env-deactivate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/kontinuous/.github/actions/deploy-via-github@v1
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-with-env-preproduction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
manifests-images: ${{ steps.deployment-ending.outputs.manifests-images }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/workflows/actions/deployment-starting@v1
id: deployment-starting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-with-env-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
manifests-images: ${{ steps.deployment-ending.outputs.manifests-images }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/workflows/actions/deployment-starting@v1
id: deployment-starting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-with-env-review-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
manifests-images: ${{ steps.deployment-ending.outputs.manifests-images }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/workflows/actions/deployment-starting@v1
id: deployment-starting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-ks-gh-with-env-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
manifests-images: ${{ steps.deployment-ending.outputs.manifests-images }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: socialgouv/workflows/actions/deployment-starting@v1
id: deployment-starting
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflows-repository.build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
context: actions
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build image
uses: ./actions/workflows-build-images
with:
Expand All @@ -51,7 +51,7 @@ jobs:
context: actions/debug-manifests/output
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build image
uses: ./actions/workflows-build-images
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "major-version=$MAJOR_VERSION" >> $GITHUB_OUTPUT
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }}

Expand Down
2 changes: 1 addition & 1 deletion actions/build-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
using: "composite"
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get variables
id: variables
Expand Down
2 changes: 1 addition & 1 deletion actions/debug-manifests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
using: "composite"
steps:
- name: Archive manifest
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.name }}
path: ${{ inputs.path }}
Expand Down
2 changes: 1 addition & 1 deletion actions/semantic-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
steps:

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion actions/trivy-scan-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
output: 'trivy-results.sarif'
limit-severities-for-sarif: "true"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: "trivy-${{ hashFiles('trivy-results.sarif') }}"
path: trivy-results.sarif
Expand Down

0 comments on commit faabd02

Please sign in to comment.