Skip to content

Commit f952190

Browse files
committed
PR comments
1 parent f014369 commit f952190

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

models/actions/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The Gitea Authors. All rights reserved.
1+
// Copyright 2022 The Gitea Authors. All rights reserved.
22
// SPDX-License-Identifier: MIT
33

44
package actions

models/auth/oauth2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The Gitea Authors. All rights reserved.
1+
// Copyright 2019 The Gitea Authors. All rights reserved.
22
// SPDX-License-Identifier: MIT
33

44
package auth

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2015 The Gogs Authors. All rights reserved.
2-
// Copyright 2025 The Gitea Authors. All rights reserved.
2+
// Copyright 2017 The Gitea Authors. All rights reserved.
33
// SPDX-License-Identifier: MIT
44

55
package migrations

services/auth/oauth2.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ func (o *OAuth2) userIDFromToken(ctx context.Context, tokenSHA string, store Dat
138138

139139
store.GetData()["IsActionsToken"] = true
140140
store.GetData()["ActionsTaskID"] = task.ID
141-
store.GetData()["ActionsTask"] = task
142141

143142
return user_model.ActionsUserID
144143
}

services/oauth2_provider/token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 The Gitea Authors. All rights reserved.
1+
// Copyright 2021 The Gitea Authors. All rights reserved.
22
// SPDX-License-Identifier: MIT
33

44
package oauth2_provider //nolint

0 commit comments

Comments
 (0)