aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-04 12:18:46 +0300
committerGitHub <noreply@github.com>2025-06-04 12:18:46 +0300
commit42e56fe0cb90f2dc092d34f7285a99c8a7eb8d69 (patch)
tree38706883806d5e7d1f13bf529069cf9f742b225a /.github/workflows
parentb57c1a6878190abd6ed63e285e13b03a4fbac7a3 (diff)
downloadgo-metatrader4-42e56fe0cb90f2dc092d34f7285a99c8a7eb8d69.tar.xz
go-metatrader4-42e56fe0cb90f2dc092d34f7285a99c8a7eb8d69.zip
Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#5)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 07e7b97..d7238da 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]
+permissions:
+ contents: read
+
jobs:
test:
name: Test