Skip to content

Commit 9e9cceb

Browse files
seshubawsAdnaneKhanmaxday
authored
Merge develop into main for release (#164)
* ci: scope down GitHub Token permissions (#154) * ci: scope down permissions for release.yml * ci: scope down permissions for integ-tests.yml * ci: scope down permissions for check-binaries.yml * bump: go version to 1.25.7 (#163) --------- Co-authored-by: Adnan Khan <AdnaneKhan@users.noreply.github.com> Co-authored-by: Maxime David <got2bex@gmail.com>
1 parent 07bf88e commit 9e9cceb

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.github/workflows/check-binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
schedule:
66
- cron: "0 16 * * 1-5" # min h d Mo DoW / 9am PST M-F
77

8+
permissions:
9+
issues: write
10+
811
jobs:
912
check-for-vulnerabilities:
1013
runs-on: ubuntu-latest

.github/workflows/integ-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- develop
77
- main
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
go-tests:
1114
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
description: "Information about the release"
1212
required: true
1313
default: "New release"
14+
permissions:
15+
contents: write
16+
1417
jobs:
1518
Release:
1619
environment: Release

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/aws-lambda-runtime-interface-emulator
22

3-
go 1.25
3+
go 1.25.7
44

55
require (
66
github.com/aws/aws-lambda-go v1.46.0

0 commit comments

Comments
 (0)