Skip to content

Commit ebcc755

Browse files
committed
Merge branch '7.2' of github.com:gchq/stroom into 7.3
2 parents 3576ab8 + 07f4865 commit ebcc755

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build_and_release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -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)