File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed
Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 2121 "installDockerBuildx" : " true"
2222 }
2323 },
24+ "remoteEnv" : { "LOCAL_WORKSPACE_FOLDER" : " ${localWorkspaceFolder}" },
2425 "containerUser" : " vscode" ,
2526 "customizations" : {
2627 "vscode" : {
Original file line number Diff line number Diff line change 1+ token: ?"?\$\{\{\s*secrets\.GITHUB_TOKEN\s*\}\}"?
2+ github-token: ?"?\$\{\{\s*secrets\.GITHUB_TOKEN\s*\}\}"?
3+ token: ?"?\$\{\{\s*secrets\.DEPENDABOT_TOKEN\s*\}\}"?
4+ id-token: write
5+ self.token = token
6+ --token=\$\{\{\s*steps\.generate-token\.outputs\.token\s*\}\}
7+ --token=\$GITHUB-TOKEN
8+ --token="\$GITHUB-TOKEN"
9+ "accountId": "123456789012"
10+ accountId: "123456789012"
11+ console\.log\(`access token : \${access_token}`\)
12+ .*CidrBlock.*
13+ .*Gemfile\.lock.*
14+ .*\.gitallowed.*
15+ .*nhsd-rules-deny.txt.*
16+ .*\.venv.*
17+ .*node_modules.*
Original file line number Diff line number Diff line change 99
1010jobs :
1111 quality_checks :
12- uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@main
12+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@4.0.5
1313 secrets :
1414 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
1515
Original file line number Diff line number Diff line change 1212 uses : ./.github/workflows/pr_title_check.yml
1313
1414 quality_checks :
15- uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@main
15+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v4.0.5
1616 secrets :
1717 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
1818
You can’t perform that action at this time.
0 commit comments