We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fcee3 commit 09f7a9eCopy full SHA for 09f7a9e
.github/workflows/scan.yml
@@ -65,7 +65,7 @@ jobs:
65
name: License check
66
runs-on: ubuntu-latest
67
container:
68
- image: ghcr.io/cps-test-lab/scenario-execution
+ image: ghcr.io/cps-test-lab/scenario-execution:${{ github.event.pull_request.base.ref }}
69
steps:
70
- name: Checkout code
71
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
0 commit comments