Skip to content

Commit

Permalink
chore(deps): bump guardian/actions-riff-raff from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [guardian/actions-riff-raff](https://github.com/guardian/actions-riff-raff) from 3 to 4.
- [Release notes](https://github.com/guardian/actions-riff-raff/releases)
- [Commits](guardian/actions-riff-raff@v3...v4)

---
updated-dependencies:
- dependency-name: guardian/actions-riff-raff
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 19, 2024
1 parent b5bf0c2 commit e378d0e
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ jobs:
runs-on: ubuntu-latest

permissions:
# Allow GitHub to request an OIDC JWT ID token, for exchange with `aws-actions/configure-aws-credentials`
# See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services#updating-your-github-actions-workflow
id-token: write

# Required for `actions/checkout`
contents: read

pull-requests: write # Required by guardian/actions-riff-raff@v3
# These permissions are required by guardian/actions-riff-raff...
id-token: write # ...to exchange an OIDC JWT ID token for AWS credentials
pull-requests: write #...to comment on PRs

steps:
# Checkout the branch
Expand All @@ -40,17 +37,12 @@ jobs:
# Build CDK and Play (in sequence)
- run: ./script/ci

# Fetch AWS credentials, allowing us to upload to Riff-Raff (well, S3)
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1

# Upload our build artifacts to Riff-Raff (well, S3)
- uses: guardian/actions-riff-raff@v3
- uses: guardian/actions-riff-raff@v4
with:
projectName: devx::cdk-playground
githubToken: ${{ secrets.GITHUB_TOKEN }}
roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
commentingStage: 'PROD'
configPath: cdk/cdk.out/riff-raff.yaml
contentDirectories: |
Expand Down

0 comments on commit e378d0e

Please sign in to comment.