summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-28 23:01:43 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-29 09:35:09 +0200
commitab566cdb0394558771683bae191105729f2a49ed (patch)
tree211e8bd4606016741b0b3de30d3c1845aef13616 /.github/workflows/ci.yml
parent1167b5c3e83cd8961ba5d680786225f2eaa582f6 (diff)
downloadqutebrowser-ab566cdb0394558771683bae191105729f2a49ed.tar.gz
qutebrowser-ab566cdb0394558771683bae191105729f2a49ed.zip
ci: Lock down workflows
Closes #6430 (cherry picked from commit 8023b8c8fe6cfb13e4a561c87177744612bb42f9)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9d1995c64..2cb239a1a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,6 +32,8 @@ jobs:
- testenv: yamllint
steps:
- uses: actions/checkout@v2
+ with:
+ persist-credentials: false
- uses: actions/cache@v2
with:
path: |
@@ -88,6 +90,8 @@ jobs:
options: --privileged --tty
steps:
- uses: actions/checkout@v2
+ with:
+ persist-credentials: false
- name: Set up problem matchers
run: "python scripts/dev/ci/problemmatchers.py py38 ${{ runner.temp }}"
- name: Run tox
@@ -142,6 +146,8 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v2
+ with:
+ persist-credentials: false
- uses: actions/cache@v2
with:
path: |
@@ -186,6 +192,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
+ with:
+ persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with: