Skip to content

Commit 4c0181c

Browse files
committed
Merge branch 'main' into single-cookie-domain
2 parents 44a7cbf + d51e3ef commit 4c0181c

84 files changed

Lines changed: 1073 additions & 399 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Bug report
33
about: Create a report to help improve Tinyauth
44
title: "[BUG]"
55
labels: bug
6-
assignees: steveiliop56
6+
assignees:
7+
- steveiliop56
78

89
---
910

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Feature request
33
about: Suggest an idea for this project
44
title: "[FEATURE]"
55
labels: enhancement
6-
assignees: steveiliop56
6+
assignees:
7+
- steveiliop56
78

89
---
910

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@ on:
55
- main
66
pull_request:
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
ci:
1013
runs-on: ubuntu-latest
1114
steps:
1215
- name: Checkout code
13-
uses: actions/checkout@v6
16+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1417

1518
- name: Setup bun
16-
uses: oven-sh/setup-bun@v2
19+
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
1720

1821
- name: Setup go
19-
uses: actions/setup-go@v6
22+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2023
with:
2124
go-version: "^1.26.0"
2225

@@ -50,6 +53,6 @@ jobs:
5053
run: go test -coverprofile=coverage.txt -v ./...
5154

5255
- name: Upload coverage reports to Codecov
53-
uses: codecov/codecov-action@v6
56+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
5457
with:
5558
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)