Skip to content

Commit

Permalink
Update xunleii/github-actions-grimoire digest to 2a82a53
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2022
1 parent 87a445d commit e73bf45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
name: Security hardening
permissions:
security-events: write
uses: xunleii/github-actions-grimoire/.github/workflows/security.workflows.yaml@42f3d38aa983309e49769c5ef3736746bb1ddf39
uses: xunleii/github-actions-grimoire/.github/workflows/security.workflows.yaml@2a82a535b1bdb82ae0ea9e83c44830dd845140a4
6 changes: 3 additions & 3 deletions .github/workflows/terraform.lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ permissions:
jobs:
terraform-module-k3s:
name: Terraform module
uses: xunleii/github-actions-grimoire/.github/workflows/terraform.pull_requests.lint.yaml@42f3d38aa983309e49769c5ef3736746bb1ddf39
uses: xunleii/github-actions-grimoire/.github/workflows/terraform.pull_requests.lint.yaml@2a82a535b1bdb82ae0ea9e83c44830dd845140a4

examples_hcloud-k3s:
name: Hetzner Cloud
needs: [terraform-module-k3s]
uses: xunleii/github-actions-grimoire/.github/workflows/terraform.pull_requests.lint.yaml@42f3d38aa983309e49769c5ef3736746bb1ddf39
uses: xunleii/github-actions-grimoire/.github/workflows/terraform.pull_requests.lint.yaml@2a82a535b1bdb82ae0ea9e83c44830dd845140a4
with:
terraform_workdir: examples/hcloud-k3s

examples_civo-k3s:
name: CIVO
needs: [terraform-module-k3s]
uses: xunleii/github-actions-grimoire/.github/workflows/terraform.pull_requests.lint.yaml@42f3d38aa983309e49769c5ef3736746bb1ddf39
uses: xunleii/github-actions-grimoire/.github/workflows/terraform.pull_requests.lint.yaml@2a82a535b1bdb82ae0ea9e83c44830dd845140a4
with:
terraform_workdir: examples/civo-k3s
2 changes: 1 addition & 1 deletion .github/workflows/terraform.plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
secrets:
env: |
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}
uses: xunleii/github-actions-grimoire/.github/workflows/terraform.pull_requests.plan.yaml@42f3d38aa983309e49769c5ef3736746bb1ddf39
uses: xunleii/github-actions-grimoire/.github/workflows/terraform.pull_requests.plan.yaml@2a82a535b1bdb82ae0ea9e83c44830dd845140a4
with:
terraform_vars: |
ssh_key: ''
Expand Down

0 comments on commit e73bf45

Please sign in to comment.