From 25fce58fb161081b16cdb514fc40518fd53372f0 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:20:59 +0000 Subject: [PATCH] v19.1.6 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 03f1bb853..e0c051477 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Unset the token permissions for octoscan + hash: 4fb89a73796dac14cf4fb2aea86db905d1edae4f + body: | + In order for these permissions to be inherited, they + must be set by the calling workflow. + + Setting them in the job will cause workflows to not start when + the permission is unavailable. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 19.1.6 + title: "" + date: 2024-11-20T15:20:54.053Z - commits: - subject: Update github/codeql-action digest to f09c1c0 hash: c5f3526f7111032ba2618fd77fe23c445e464ae7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 119225438..e7168a00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 19.1.6 - 2024-11-20 + +* Unset the token permissions for octoscan [Kyle Harding] + ## 19.1.5 - 2024-11-20 * Update github/codeql-action digest to f09c1c0 [balena-renovate[bot]] diff --git a/package-lock.json b/package-lock.json index 74340e5fe..804e15043 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "19.1.5", + "version": "19.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "19.1.5", + "version": "19.1.6", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index add5e56e1..f195c1be0 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "19.1.5", + "version": "19.1.6", "versionist": { - "publishedAt": "2024-11-20T15:05:22.101Z" + "publishedAt": "2024-11-20T15:20:54.615Z" } }