File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7373 run : |
7474 "${ACTIONS_SCRIPTS_DIR}/echo_variables.sh" \
7575 "docker version" "$(docker --version)" \
76- "docker- compose version" "$(docker- compose -- version)" \
76+ "docker compose version" "$(docker compose version)" \
7777 "git version" "$(git --version)" \
7878 "GITHUB_WORKSPACE" "$GITHUB_WORKSPACE" \
7979 "GITHUB_REF" "$GITHUB_REF" \
9696 # https://github.com/gchq/stroom/settings/secrets/actions
9797 DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
9898 DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
99+ # PAT_FOR_PUBLIC_REPOS: ${{ secrets.PAT_FOR_PUBLIC_REPOS }}
100+ # The special auto created token, used for authenticating
101+ # downloads prevent rate limiting
102+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
99103 run : |
100104 pushd "${BUILD_DIR}" > /dev/null
101105 echo -e "${GREEN}Running ${BLUE}ci_build.sh${NC}"
Original file line number Diff line number Diff line change 4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@v2
46+ uses : github/codeql-action/init@v3
4747 with :
4848 languages : ${{ matrix.language }}
4949 # If you wish to specify custom queries, you can do so here or in a config file.
You can’t perform that action at this time.
0 commit comments