Skip to content

fix: GitHub Actionsワークフローのセキュリティ指摘事項を修正 #44

fix: GitHub Actionsワークフローのセキュリティ指摘事項を修正

fix: GitHub Actionsワークフローのセキュリティ指摘事項を修正 #44

Workflow file for this run

name: on Pull Request
on:
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
check:
uses: ./.github/workflows/_reusable_check.yml
lambda-rie-test:
uses: ./.github/workflows/_reusable_lambda_rie_test.yml
cdk-synth:
uses: ./.github/workflows/_reusable_cdk_synth.yml