Skip to content

Commit 7c838a6

Browse files
committed
Merge branch '7.0' of github.com:gchq/stroom into 7.1
2 parents 731434b + 31d6b42 commit 7c838a6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build_and_release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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" \
@@ -96,6 +96,10 @@ jobs:
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}"

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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.

0 commit comments

Comments
 (0)