From b1c0c9d40edcf1877698afb865f46c7f498ce7d7 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Thu, 27 Apr 2023 20:49:29 +0000 Subject: [PATCH] GitHub Actions: limit permissions of GITHUB_TOKEN --- .github/workflows/test.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ea904c..3f51b24 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,8 @@ name: Test +permissions: {} + jobs: build: name: Build @@ -55,7 +57,7 @@ steps: - id: checkout name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - id: download_artifact name: Download artifact -- Gitblit v1.9.1